home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 146
/
(Vol 146) Jan 07 2012.iso
/
Games
/
snowballs.swf
/
scripts
/
frame_20
/
DoAction.as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2012-01-07
|
284 b
|
22 lines
tellTarget("/hands")
{
gotoAndStop(4);
}
tellTarget("/chmain")
{
gotoAndStop(4);
}
tellTarget("/chmain/feet")
{
gotoAndStop(6);
}
tellTarget("/chmain/bod")
{
gotoAndStop(2);
}
tellTarget("/hands/box/fill")
{
gotoAndStop(eval("/:score"));
}
stop();